home *** CD-ROM | disk | FTP | other *** search
/ Data Base of the Video Yearbook 1995 / Data Base of the Video Yearbook 1995 - Disc 1.iso / cosmos / pack2.dir / 00067_powerÉ{É^ÉìÇP.ls < prev    next >
Encoding:
Text File  |  1995-12-30  |  297 b   |  15 lines

  1. on mouseDown
  2.   repeat while stillDown()
  3.     if rollOver(clickOn()) then
  4.       set the castNum of sprite 23 to 68
  5.       next repeat
  6.     end if
  7.     set the castNum of sprite 23 to 67
  8.   end repeat
  9.   set the castNum of sprite 23 to 69
  10.   updateStage()
  11.   puppetSprite(30, 0)
  12.   unLoad()
  13.   go("main")
  14. end
  15.